PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioFolder Class / setName Method
The folder name.
In This Topic
    setName Method
    In This Topic
    Sets the folder name.
    Two sibling folders shall not share the same name following case normalization.
    Syntax
    public void setName( 
       java.lang.String name
    )

    Parameters

    name
    The folder name.
    Exceptions
    ExceptionDescription
    When name is null or empty.
    See Also